home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
SourceCode
/
Tutorial
/
Stepstone_Tutorial
/
runFruit
< prev
Wrap
Text File
|
1995-06-12
|
477b
|
20 lines
$ make
cc -gg -c fruitMain.m
cc -gg -c Fruit.m
cc -gg -c Apple.m
touch emptyfile
cc -gg -o Fruit fruitMain.o Fruit.o Apple.o -lappkit_s
-ldpsclient_s -lobjc_s -lstreams_s -ldb_s -lm -lc_s
Fruit
aFruit, address e010
The diameter is 1 and color is green,
aFruit, address e010
The diameter is 2 and color is green.
anApple, address e020
The diameter is 3 and color is green,
anApple, address e020
The diameter is 7 and color is red.
$